Fluke MET/CAL Procedure ============================================================================= INSTRUMENT: Yokogawa uR100: CAL ADJ /5500 DATE: 15-Sep-97 AUTHOR: Fluke Corporation REVISION: $Revision: 1.4 $ ADJUSTMENT THRESHOLD: 70% NUMBER OF TESTS: 3 NUMBER OF LINES: 105 ============================================================================= # # Compatibility: # 5500/CAL 4.23 or MET/CAL 4.23 or later. # # Subprocedures: # Sub Yokogawa uR100 Zero and Span CAL ADJ /5500 # # Required Files: # None # # System Specifications: # TUR calculation is based on specification interval of the accuracy file. # The default 5500A accuracy file contains 90 day specs. # # Fluke makes no warranty, expressed or implied, as to the fitness # or suitability of this procedure in the customer's application. # STEP FSC RANGE NOMINAL TOLERANCE MOD1 MOD2 3 4 CON 1.001 ASK- P F V 1.002 HEAD PRELIMINARY INSTRUCTIONS 1.003 DISP The following steps REQUIRE the operator to open the 1.003 DISP UUT, to set the proper INPUT type. 1.003 DISP 1.003 DISP REMOVE AC POWER Before opening unit! 1.004 HEAD INPUT DIP SWITCH SETUP 1.005 MEMI How many PENS does this unit have (1, 2 or 3)? 1.006 JMPL VALID_INPUT MEM == 1 1.007 JMPL VALID_INPUT MEM == 2 1.008 JMPL VALID_INPUT MEM == 3 1.009 JMP 1.005 1.010 LABEL VALID_INPUT 1.011 MATH M[1] = MEM 1.012 JMPL ONE_PEN_MODEL M[2] == 1 # TWO & THREE pen models 1.013 LABEL TWO_OR_THREE_PENS 1.014 DISP Open the recorder door. 1.014 DISP 1.014 DISP Pull out the internal assembly as far as possible. 1.014 DISP (use the front lower center internal assembly handle) 1.014 DISP 1.014 DISP The INPUT DIP switch is located on the right side. 1.015 DISP Set the DIP switch as follows: 1.015 DISP 1.015 DISP [32] 6 5 4 3 2 1 1.015 DISP [32] X X X X X X X=OFF 1.016 JMP 1.021 # ONE pen model 1.017 LABEL ONE_PEN_MODEL 1.018 DISP Open the recorder door. 1.018 DISP 1.018 DISP While inserting a pointed tip into the shaft hole of 1.018 DISP the door, move the door to remove it. 1.018 DISP 1.018 DISP DO NOT DROP the door whem it is removed! 1.019 DISP Pull out the internal assembly as far as possible. 1.019 DISP (use the front lower center internal assembly handle) 1.019 DISP 1.019 DISP The INPUT DIP switch is located on the left side. 1.020 DISP Set the DIP switch as follows: 1.020 DISP 1.020 DISP [32] 4 3 2 1 1.020 DISP [32] X X X X X=OFF 1.021 HEAD INITIAL SETUP 1.022 DISP Connect UUT to AC power and turn unit ON. 1.022 DISP 1.022 DISP Warm-up time: 30min - REQUIRED 1.022 DISP Temperature: 23 +/-2 degC 1.022 DISP Humidity: 55 +/-10% 1.023 DISP [32] WARNING 1.023 DISP HIGH VOLTAGE is used or exposed during the performance 1.023 DISP of this calibration. DEATH ON CONTACT may result if 1.023 DISP personnel fail to observe safety precautions. 1.024 LABEL CHANNEL_1 1.025 MATH MEM = 1 1.026 CALL Sub Yokogawa uR100 Zero and Span CAL ADJ /5500 1.027 JMPL END M[1] < 2 1.028 JMPL CHANNEL_2 1.029 EVAL dummy 2.001 LABEL CHANNEL_2 2.002 MATH MEM = 2 2.003 CALL Sub Yokogawa uR100 Zero and Span CAL ADJ /5500 2.004 JMPL END M[1] < 3 2.005 JMPL CHANNEL_3 2.006 EVAL dummy 3.001 LABEL CHANNEL_3 3.002 MATH MEM = 3 3.003 CALL Sub Yokogawa uR100 Zero and Span CAL ADJ /5500 3.004 LABEL END 3.005 END